home *** CD-ROM | disk | FTP | other *** search
/ Champak 128 / Vol 128 (Damaged).iso / games / rocketbi.swf / scripts / DefineButton2_537 / BUTTONCONDACTION on(press, keyPress y).as
Encoding:
Text File  |  2011-03-26  |  199 b   |  9 lines

  1. on(press, keyPress "y"){
  2.    _root.mafiamission = killtarget;
  3.    _root.mafiareward = reward;
  4.    _parent.mob.talkcounter = 0;
  5.    _parent.mob.play();
  6.    _parent.play();
  7.    gotoAndStop("yes");
  8. }
  9.